Commit 2e160f0d by sunxin

bug错误修改 线索列表 flag值

parent a969996e
......@@ -97,7 +97,7 @@ public class ReportController extends BaseController {
reportEntity.setReportStatus("0");
}
} else {
if (flag.equals("1")) {
if (flag.equals("4")) {
if (StringUtils.isBlank(reportEntity.getReportStatus())) {
reportEntity.setDealResult("7");
reportEntity.setFlage("1");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment