|
@ -250,7 +250,7 @@ public class MedicineService {
|
|
//已出货
|
|
//已出货
|
|
int shipped = jdbcTemplate.queryForObject(sql, Integer.class);
|
|
int shipped = jdbcTemplate.queryForObject(sql, Integer.class);
|
|
if (Integer.compare(totalShipmentLog, shipped ) == 0) {
|
|
if (Integer.compare(totalShipmentLog, shipped ) == 0) {
|
|
System.out.println("药柜已取药,状态已更新");
|
|
|
|
|
|
System.out.println("订单号PickUpNum:"+mediicineorder.getPickUpNum()+" 药柜已取药,状态已更新");
|
|
}else {
|
|
}else {
|
|
String result = getDataStatus(mediicineorder.getPickUpNum(),mediicineorder.getBelongCommunity());
|
|
String result = getDataStatus(mediicineorder.getPickUpNum(),mediicineorder.getBelongCommunity());
|
|
if (StringUtils.isNoneBlank(result)){
|
|
if (StringUtils.isNoneBlank(result)){
|