|
@@ -382,6 +382,7 @@ public class FabricStatisticsServiceImpl extends ServiceImpl<FabricStatisticsMap
|
|
public Page<Map<String, Object>> flowPage(Map<String, String> condition) {
|
|
public Page<Map<String, Object>> flowPage(Map<String, String> condition) {
|
|
WrapperUtil flowWrapper = getFlowWrapper(condition);
|
|
WrapperUtil flowWrapper = getFlowWrapper(condition);
|
|
flowWrapper.eq("fa.ID", "id");
|
|
flowWrapper.eq("fa.ID", "id");
|
|
|
|
+ flowWrapper.like("fa.ApprovalItem", "keyword");
|
|
|
|
|
|
QueryWrapper<?> wrapper = flowWrapper.getWrapper();
|
|
QueryWrapper<?> wrapper = flowWrapper.getWrapper();
|
|
|
|
|