项目风险评估签审意见修改
This commit is contained in:
@ -148,7 +148,7 @@ public class XzdProjectRiskAssessmentServiceImpl extends ServiceImpl<XzdProjectR
|
||||
if (bo.getCreateBy() != null) {
|
||||
lqw.eq(XzdProjectRiskAssessment::getCreateBy, bo.getCreateBy());
|
||||
}
|
||||
if (bo.getCreateBy() != null) {
|
||||
if (bo.getStartTime() != null) {
|
||||
lqw.ge( XzdProjectRiskAssessment::getCreateTime, bo.getStartTime());
|
||||
}
|
||||
if (bo.getEndTime() != null) {
|
||||
|
||||
Reference in New Issue
Block a user