|
@@ -6,6 +6,7 @@ import java.util.stream.Collectors;
|
|
|
import javax.annotation.Resource;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
+import cn.ezhizao.common.utils.SecurityUtils;
|
|
|
import cn.ezhizao.common.utils.poi.ExcelUtil;
|
|
|
import cn.ezhizao.framework.aspectj.lang.annotation.Log;
|
|
|
import cn.ezhizao.framework.aspectj.lang.enums.BusinessType;
|
|
@@ -143,6 +144,7 @@ public class BizTaksStockLotController extends BaseController
|
|
|
{
|
|
|
bizTaksStockLot.forEach(item -> {
|
|
|
item.setIsTaksStock(1);
|
|
|
+ item.setFirstUpdateId(SecurityUtils.getLoginUser().getUserId());
|
|
|
});
|
|
|
return toAjax(bizTaksStockLotService.updateBatchById(bizTaksStockLot));
|
|
|
}
|