去掉注释

This commit is contained in:
季圣华
2019-03-06 20:10:38 +08:00
parent 5892199127
commit b869d3b2a5
5 changed files with 0 additions and 84 deletions

View File

@@ -217,13 +217,6 @@ public class DepotItemService {
}
}
public BigDecimal findGiftByType(String subType, Integer ProjectId, Long MId, String type) {
if (IN.equals(type)) {
return depotItemMapperEx.findGiftByTypeIn(subType, ProjectId, MId);
} else {
return depotItemMapperEx.findGiftByTypeOut(subType, ProjectId, MId);
}
}
/**
* 2019-02-02修改
* 我之前对操作数量的理解有偏差