lirl 3 роки тому
батько
коміт
b143817f5d

+ 1 - 1
src/main/java/com/steerinfo/ems/trmactitem/controller/TRmActItemController.java

@@ -197,7 +197,7 @@ public class TRmActItemController extends BaseRESTfulController {
         tRmActItem.setUserid(JwtUtil.getUseridByToken());
         tRmActItem.setState(maps.get("state")==null?"":maps.get("state").toString());
         tRmActItem.setIsup(maps.get("isup")==null?"0":maps.get("isup").toString());
-        tRmActItem.setShowno(tRmActItemService.MaxSeq(itemtypeName));
+        tRmActItem.setShowno(tRmActItemService.MaxSeq(itemtype));
         tRmActItem.setAssociateid(maps.get("associateid")==null?"":maps.get("associateid").toString());
         tRmActItem.setClock(DateUtils.dateStr(new Date(), "yyyy-MM-dd HH:mm:ss"));
         tRmActItem.setFid(maps.get("fid")==null?"":maps.get("fid").toString());