|
@@ -63,7 +63,7 @@ public class PlanAccountServiceImpl implements PlanAccountService {
|
|
|
public List<PlanAccount> getNormalPlanAccount() {
|
|
|
PlanAccountExample example = new PlanAccountExample();
|
|
|
example.createCriteria().andCreateTimeGreaterThan(DateUtil.getThatDayDate())
|
|
|
- .andStatusEqualTo(0).andIsDeleteEqualTo(0).andMiniprogramInsertFlagEqualTo(1);
|
|
|
+ .andStatusEqualTo(0).andIsDeleteEqualTo(0).andPublishOpenFlagEqualTo(1);
|
|
|
return planAccountMapper.selectByExample(example);
|
|
|
}
|
|
|
|