浏览代码

标签修改

lyr 8 年之前
父节点
当前提交
5d391af271

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/label/SignPatientLabelInfoService.java

@ -415,7 +415,7 @@ public class SignPatientLabelInfoService extends BaseService {
                json.put("amount", amount);
                json.put("amount", amount);
                if (label.getLabelCode().equals("0") && labelType.equals("1") && amount < 0) {
                if (label.getLabelCode().equals("0") && labelType.equals("1") && amount < 1) {
                    continue;
                    continue;
                }
                }
                result.put(json);
                result.put(json);