|
@ -85,7 +85,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -179,7 +180,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -272,7 +274,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -360,7 +363,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -448,7 +452,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -534,7 +539,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -622,7 +628,8 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
" t.create_user_name as createUserName,\n" +
|
|
|
" t.update_time as updateTime,\n" +
|
|
|
" t.update_user as updateUser,\n" +
|
|
|
" t.update_user_name as updateUserName\n" +
|
|
|
" t.update_user_name as updateUserName,\n" +
|
|
|
" t.remark as remark\n" +
|
|
|
"FROM\n" +
|
|
|
" t_mediicine_warray AS t where 1=1";
|
|
|
|
|
@ -769,7 +776,7 @@ public class MedicineWarrayService extends BaseJpaService<Mediicinewarray, Medii
|
|
|
mediicinedevice.setNetworkStatus("1");
|
|
|
mediicinedevice.setSaleStatus("1");
|
|
|
deviceDao.save(mediicinedevice);
|
|
|
Mediicinewarray mediicinewarray = medicinedeviceService.uploadDeviceInfo(equNum, temperature, humidity, type);
|
|
|
Mediicinewarray mediicinewarray = medicinedeviceService.uploadDeviceInfo(equNum, temperature, humidity, type, null, null, null, null);
|
|
|
result.put("msg",mediicinewarray);
|
|
|
return result;
|
|
|
}
|