工单固定派发给王伟东账号
This commit is contained in:
parent
9d72c3f677
commit
d0556f9485
|
|
@ -525,7 +525,7 @@ public class DirectiveOrderPadServiceImpl extends ServiceImpl<DirectiveOrderMapp
|
|||
*/
|
||||
@Override
|
||||
public Result<String> generateOrdersInstant(DirectiveOrderEntity directiveOrderEntity) {
|
||||
String empId = "2026167502440022019";//王伟东
|
||||
String empId = "2028395421069524993";//王伟东
|
||||
|
||||
Date startTime = new Date();
|
||||
String nuId = directiveOrderEntity.getNuId();
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public class DirectivePlanDateServiceImpl extends ServiceImpl<DirectivePlanDateM
|
|||
|
||||
@Override
|
||||
public void generateOrder(DirectivePlanDateEntity queryParam) {
|
||||
String empId = "2026167502440022019";
|
||||
String empId = "2028395421069524993";
|
||||
|
||||
//所有要派发的数据(查对应时间点数据 所有护理单元所有分类的数据)
|
||||
List<DirectivePlanDate> diretiveList = baseMapper.queryAllTaskByDateTime(queryParam);
|
||||
|
|
|
|||
Loading…
Reference in New Issue