|
@@ -8,6 +8,7 @@ import com.steerinfo.dil.service.IBmsshipStatementService;
|
|
|
import com.steerinfo.dil.util.NoUtil;
|
|
import com.steerinfo.dil.util.NoUtil;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
import java.text.DecimalFormat;
|
|
import java.text.DecimalFormat;
|
|
@@ -38,6 +39,7 @@ public class BmsshipStatementServiceImpl implements IBmsshipStatementService {
|
|
|
* @param listMap
|
|
* @param listMap
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
|
|
+ @Transactional
|
|
|
@Override
|
|
@Override
|
|
|
public int insertSelective(List<Map<String, Object>> listMap) throws Exception {
|
|
public int insertSelective(List<Map<String, Object>> listMap) throws Exception {
|
|
|
// 生成水运费账单
|
|
// 生成水运费账单
|