소스 검색

lrl -2021-12-06

lirl 3 년 전
부모
커밋
b143817f5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/steerinfo/ems/trmactitem/controller/TRmActItemController.java

+ 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());