|
|
@ -143,6 +143,7 @@ public class IcFormServiceImpl extends BaseServiceImpl<IcFormDao, IcFormEntity> |
|
|
|
String newPrefixed = DateUtils.format(new Date(), DateUtils.DATE_TIME_NO_SPLIT) + StrConstant.UNDER_LINE; |
|
|
|
String newFormId = newPrefixed + defaultIcForm.getId(); |
|
|
|
defaultIcForm.setId(newFormId); |
|
|
|
defaultIcForm.setCustomerId(customerId); |
|
|
|
defaultIcForm.setAreaCode(areaCode); |
|
|
|
|
|
|
|
int insert = baseDao.insert(defaultIcForm); |
|
|
|