|
@@ -35,6 +35,7 @@ import com.rockstar.util.StringUtils;
|
|
|
import org.apache.commons.collections.CollectionUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
@@ -124,6 +125,7 @@ public class PayLogService implements BaseService<PayLog, PayLogExample> {
|
|
|
* @param model
|
|
|
* @return
|
|
|
*/
|
|
|
+ @Transactional
|
|
|
public int add(PayLog model) {
|
|
|
|
|
|
String id = IdUtil.simpleUUID();
|