|
@@ -3150,8 +3150,8 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
if (ObjectUtils.isNotNull(bo.getEndTime())){
|
|
|
params.put("endtime", DateUtils.timestampToDateFormat(bo.getEndTime(),"yyyy/MM/dd"));
|
|
|
}
|
|
|
- if (ObjectUtils.isNotNull(bo.getCreateNo())){
|
|
|
- params.put("saleid", bo.getCreateNo());
|
|
|
+ if (ObjectUtils.isNotNull(bo.getCreateSysUserId())){
|
|
|
+ params.put("saleid", bo.getCreateSysUserId());
|
|
|
}else {
|
|
|
params.put("saleid", "0");
|
|
|
}
|
|
@@ -3271,8 +3271,8 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
}else {
|
|
|
params.put("orgid", "0");
|
|
|
}
|
|
|
- if (ObjectUtils.isNotNull(bo.getCreateNo())){
|
|
|
- params.put("saleid", bo.getCreateNo());
|
|
|
+ if (ObjectUtils.isNotNull(bo.getCreateSysUserId())){
|
|
|
+ params.put("saleid", bo.getCreateSysUserId());
|
|
|
}else {
|
|
|
params.put("saleid", "0");
|
|
|
}
|
|
@@ -3330,8 +3330,8 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
}else {
|
|
|
params.put("orgid", "0");
|
|
|
}
|
|
|
- if (ObjectUtils.isNotNull(bo.getCreateNo())){
|
|
|
- params.put("saleid", bo.getCreateNo());
|
|
|
+ if (ObjectUtils.isNotNull(bo.getCreateSysUserId())){
|
|
|
+ params.put("saleid", bo.getCreateSysUserId());
|
|
|
}else {
|
|
|
params.put("saleid", "0");
|
|
|
}
|
|
@@ -3758,8 +3758,8 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
}else {
|
|
|
params.put("orgid", "1");
|
|
|
}
|
|
|
- if (ObjectUtils.isNotNull(bo.getCreateNo())){
|
|
|
- params.put("saleid", bo.getCreateNo());
|
|
|
+ if (ObjectUtils.isNotNull(bo.getCreateSysUserId())){
|
|
|
+ params.put("saleid", bo.getCreateSysUserId());
|
|
|
}else {
|
|
|
params.put("saleid", "0");
|
|
|
}
|
|
@@ -4069,8 +4069,8 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
}else {
|
|
|
params.put("orgid", "1");
|
|
|
}
|
|
|
- if (ObjectUtils.isNotNull(bo.getCreateNo())){
|
|
|
- params.put("saleid", bo.getCreateNo());
|
|
|
+ if (ObjectUtils.isNotNull(bo.getCreateSysUserId())){
|
|
|
+ params.put("saleid", bo.getCreateSysUserId());
|
|
|
}else {
|
|
|
params.put("saleid", "0");
|
|
|
}
|