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