|
@@ -39,6 +39,7 @@ public class AppDeviceServiceImp extends JpaServiceImp<AppDevice, String> implem
|
|
DeviceAttrDTO diffAttrDTO = null;
|
|
DeviceAttrDTO diffAttrDTO = null;
|
|
for (Map<String, Object> p : list) {
|
|
for (Map<String, Object> p : list) {
|
|
AppDevice device = new AppDevice(p);
|
|
AppDevice device = new AppDevice(p);
|
|
|
|
+ if(null == device.getDeliverTime()) new ApiRuntimeException("发货时间读取错误");
|
|
// 数据效验
|
|
// 数据效验
|
|
if (null == diffAttrDTO) {
|
|
if (null == diffAttrDTO) {
|
|
diffAttrDTO = new DeviceAttrDTO(device.getBatchNum(), device.getSn());
|
|
diffAttrDTO = new DeviceAttrDTO(device.getBatchNum(), device.getSn());
|