Commit 3bb96935 by kangxiaoshan

模板

parent 87d4f6b3
......@@ -257,7 +257,7 @@ public class ContractServiceImpl implements ContractService {
} else {
List<ContractBody> common = null;
if (!"abtest".equals(platform) || !"ads".equals(platform)) {
if (!"abtest".equals(platform) && !"ads".equals(platform)) {
common = contractBodyRepository.findByPlatform("common");
}
......
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