|
|
|
@ -11,6 +11,7 @@ import com.hxhq.business.utils.lang.GyzjJcnrUtil; |
|
|
|
import com.hxhq.common.core.exception.ServiceException; |
|
|
|
import com.hxhq.common.core.utils.StringUtils; |
|
|
|
import com.hxhq.system.api.domain.SysUser; |
|
|
|
import org.springframework.scheduling.annotation.Async; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import com.hxhq.business.mapper.GyzjJcgjMapper; |
|
|
|
import com.hxhq.business.service.IGyzjJcgjService; |
|
|
|
@ -60,6 +61,7 @@ public class GyzjJcgjServiceImpl extends ServiceImpl i |
|
|
|
* @param remark 备注 |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Async |
|
|
|
public void saveJcgj(Long gyzjId, Integer jcgjlx, String jcmc, Integer jcmcys, Map<String, String> jcnr, SysUser qmr, String remark){ |
|
|
|
GyzjJcgj gyzjJcgj = new GyzjJcgj(); |
|
|
|
gyzjJcgj.setGyzjId(gyzjId); |
|
|
|
|