Commit ab331b33 authored by 徐州's avatar 徐州

修改问题

parent 8ca58606
......@@ -507,7 +507,7 @@ public class RfxmAction extends BaseAction
rfxm.setEnableRfyz(1);
} else if((rfxmSfxx == null || rfxmSfxx.size() == 0)) {
rfxm.setEnableRfyz(0);
} else if(rfxmSfxx.get(0).getStatus() != 2) {
} else if(rfxmSfxx.get(0).getStatus() != 10) {
rfxm.setEnableRfyz(0);
} else {
rfxm.setEnableRfyz(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