添加交班时间
This commit is contained in:
parent
a4a9f43ac6
commit
752fd56c44
|
|
@ -192,7 +192,9 @@ public class DataService {
|
||||||
List<ProductInfoPO> productInfoPOS = null;
|
List<ProductInfoPO> productInfoPOS = null;
|
||||||
List<ProductInfo> productInfos = null;
|
List<ProductInfo> productInfos = null;
|
||||||
if (isprintProduct) {
|
if (isprintProduct) {
|
||||||
// productInfoPOS=shopUserDutyPayMapper.selectProductByDutyId(shopUserDuty.getId());
|
//
|
||||||
|
//
|
||||||
|
// productInfoPOS=shopUserDutyPayMapper.selectProductByDutyId(shopUserDuty.getId());
|
||||||
productInfos = shopUserDutyMapper.selectByDutyId(shopUserDuty.getId());
|
productInfos = shopUserDutyMapper.selectByDutyId(shopUserDuty.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -624,14 +624,15 @@ public class MemberService {
|
||||||
tbShopUserFlowMapper.insert(flow);
|
tbShopUserFlowMapper.insert(flow);
|
||||||
|
|
||||||
|
|
||||||
JSONObject jsonObject = new JSONObject();
|
|
||||||
jsonObject.put("token", token);
|
|
||||||
jsonObject.put("type", "memberIn");
|
|
||||||
jsonObject.put("amount", memberIn.getAmount());
|
|
||||||
|
|
||||||
producer.putOrderCollect(jsonObject.toJSONString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
JSONObject jsonObject = new JSONObject();
|
||||||
|
jsonObject.put("token", token);
|
||||||
|
jsonObject.put("type", "memberIn");
|
||||||
|
jsonObject.put("amount", memberIn.getAmount());
|
||||||
|
|
||||||
|
producer.putOrderCollect(jsonObject.toJSONString());
|
||||||
|
|
||||||
|
|
||||||
return Result.success(CodeEnum.SUCCESS);
|
return Result.success(CodeEnum.SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue