浏览代码

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